SetDefaultBackgroundColorOverrideRequest

data class SetDefaultBackgroundColorOverrideRequest(color: RGBA?)

Represents request frame that can be used with Emulation#setDefaultBackgroundColorOverride operation call.

Sets or clears an override of the default background color of the frame. This override is used if the content does not specify one.

See also

Constructors

fun SetDefaultBackgroundColorOverrideRequest(color: RGBA? = null)

Properties

color
Link copied to clipboard
val color: RGBA? = null
RGBA of the default background color.

Sources

jvm source
Link copied to clipboard